home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / games / misc / nativesc.lha / NativeScreen.DOC next >
Encoding:
Text File  |  1994-11-23  |  1.7 KB  |  54 lines

  1. Short: Makes several games run with gfx-board
  2. Uploader: C.Wartmann@AMBO.in-berlin.de
  3. Author: C.Wartmann@AMBO.in-berlin.de
  4. Type: dev/m2
  5.  
  6.  
  7. (*******************************************************************************
  8.  : Program.         NativeScreen.MOD
  9.  : Author.          Carsten Wartmann
  10.  : Address.         Wutzkyallee 83, D-1000 Berlin 47
  11.  : Phone.           030/6614776
  12.  : E-Mail           C.Wartmann@AMBO.in-berlin.de
  13.  : Version.         1.0
  14.  : Date.            11/94
  15.  : Copyright.       PD (Please e-mail me for suggestions !)
  16.  : Language.        Modula-2
  17.  : Compiler.        M2Amiga V4.3d
  18.  : Contents.        Makes several games run with Picasso/EGS-Spektrum etc.
  19.  : Remark.          OS 2.0> only !!!!!!!!!!!!!!!!!!!!!!!!!
  20. *******************************************************************************)
  21.  
  22.  
  23. Some games seem not to run when started from a gfx-board Workbench. But
  24. often they run. Only the automatic screen-switcher doesn`t recognize that
  25. there is a AMIGA-display...
  26.  
  27. NativeDisplay solves this Problem. Use a batch to start the game :
  28.  
  29. ---------------------------------cut here------------------
  30.  
  31. ; Example
  32.  
  33. RUN NativeScreen   ; Runs NativeScreen which opens a little screen
  34.  
  35. MegaGame           ; start game
  36.  
  37. RUN NativeScreen   ; This causes NativeScreen to close the screen
  38.  
  39. ---------------------------------cut here------------------
  40.  
  41.  
  42. You can use the games icon if you change the icon into a PROJECT-Icon (e.g
  43. with IconEd), save it as StartGame, apply C:IconX as Default Tool, make a
  44. batch like the one above and save it as StartGame.
  45. Now when you double-klick the StartGame-Icon IconX executes the batch and
  46. starts your game...
  47.  
  48.  
  49. Tested with enforcer, on A4000/40/EGSSpectrum and A2000/30/Picasso II
  50.  
  51.  
  52. MfG Carsten.
  53. ============
  54.